home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / referencep < prev    next >
Text File  |  2001-04-23  |  325b  |  11 lines

  1. SYNOPSIS
  2.         int referencep(mixed arg)
  3.  
  4. DESCRIPTION
  5.         returns true if arg was passed by reference to the current
  6.         function, instead of the usual call-by-value.
  7.  
  8. SEE ALSO
  9.         closurep(E), floatp(E), mappingp(E), objectp(E), intp(E),
  10.         pointerp(E), stringp(E), symbolp(E), clonep(E), references(LPC)
  11.